@import url(iconfont/iconfont.css);
@font-face {
  font-family: "h_Black";
  src: url(font/HarmonyOS_Sans_SC_Black.ttf);
}
@font-face {
  font-family: "h_Bold";
  src: url(font/HarmonyOS_Sans_SC_Bold.ttf);
}
@font-face {
  font-family: "h_Light";
  src: url(font/HarmonyOS_Sans_SC_Light.ttf);
}
@font-face {
  font-family: "h_Medium";
  src: url(font/HarmonyOS_Sans_SC_Medium.ttf);
}
@font-face {
  font-family: "h_Regular";
  src: url(font/HarmonyOS_Sans_SC_Regular.ttf);
}
@font-face {
  font-family: "h_Thin";
  src: url(font/HarmonyOS_Sans_SC_Thin.ttf);
}
@font-face {
  font-family: "Source-KeynoteartHans-Regular";
  src: url(font/演示斜黑体.otf);
}
@font-face {
  font-family: "Yeseva-One";
  src: url(font/Yeseva-One.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --themeColor: #2353a2;
  --container: 15.2rem;
  --container_margin: calc((100vw - var(--container)) / 2);
  --group: 1.2rem;
}
@media screen and (max-width: 820px) {
  :root {
    --container: calc(100vw - 40px);
    --container_margin: calc((100vw - var(--container)) / 2);
  }
}
.iconfont {
  font-size: 0.16rem;
}
body {
  -webkit-font-smoothing: antialiased;
  font: 0.16rem/1.73 h_Regular, Microsoft YaHei, Heiti SC, tahoma,
    Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #424242;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
p,
div {
  font-family: h_Regular;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: h_Medium;
  font-weight: 400;
}
.bold {
  font-family: h_Bold;
  font-weight: 400;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #424242;
}
/* 表单元素 */
textarea,
select,
button,
input {
  /* "\5B8B\4F53" => 宋体 */
  font-family: Regular, Microsoft YaHei, Heiti SC, tahoma, arial,
    Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  border: none;
  outline: none;
  resize: none;
  background: none;
  transition: all 0.3s;
  /* chrome */
  /* 火狐浏览器 */
}
textarea::-webkit-outer-spin-button,
select::-webkit-outer-spin-button,
button::-webkit-outer-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-inner-spin-button,
button::-webkit-inner-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea[type="number"],
select[type="number"],
button[type="number"],
input[type="number"] {
  -moz-appearance: textfield;
}
textarea::placeholder,
select::placeholder,
button::placeholder,
input::placeholder {
  color: #cdcdcd;
}
/* 版芯 */
.container {
  width: var(--container);
  margin: 0 auto;
}
/* 单行文本 */
.dh_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 两行文本 */
.dh_text2 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 三行文本 */
.dh_text3 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 五行文本 */
.dh_text5 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/* 富文本 */
.rich img,
.rich video {
  max-width: 100% !important;
  height: auto !important;
}
.rich * {
  text-wrap: wrap !important;
  white-space: wrap !important;
}
/* 手机 */
.moblie {
  display: none;
}
.fs-10 {
  font-size: 0.1rem;
}
.fs-11 {
  font-size: 0.11rem;
}
.fs-12 {
  font-size: 0.12rem;
}
.fs-13 {
  font-size: 0.13rem;
}
.fs-14 {
  font-size: 0.14rem;
}
.fs-15 {
  font-size: 0.15rem;
}
.fs-16 {
  font-size: 0.16rem;
}
.fs-17 {
  font-size: 0.17rem;
}
.fs-18 {
  font-size: 0.18rem;
}
.fs-19 {
  font-size: 0.19rem;
}
.fs-20 {
  font-size: 0.2rem;
}
.fs-21 {
  font-size: 0.21rem;
}
.fs-22 {
  font-size: 0.22rem;
}
.fs-23 {
  font-size: 0.23rem;
}
.fs-24 {
  font-size: 0.24rem;
}
.fs-25 {
  font-size: 0.25rem;
}
.fs-26 {
  font-size: 0.26rem;
}
.fs-27 {
  font-size: 0.27rem;
}
.fs-28 {
  font-size: 0.28rem;
}
.fs-29 {
  font-size: 0.29rem;
}
.fs-30 {
  font-size: 0.3rem;
}
.fs-31 {
  font-size: 0.31rem;
}
.fs-32 {
  font-size: 0.32rem;
}
.fs-33 {
  font-size: 0.33rem;
}
.fs-34 {
  font-size: 0.34rem;
}
.fs-35 {
  font-size: 0.35rem;
}
.fs-36 {
  font-size: 0.36rem;
}
.fs-37 {
  font-size: 0.37rem;
}
.fs-38 {
  font-size: 0.38rem;
}
.fs-39 {
  font-size: 0.39rem;
}
.fs-40 {
  font-size: 0.4rem;
}
.fs-41 {
  font-size: 0.41rem;
}
.fs-42 {
  font-size: 0.42rem;
}
.fs-43 {
  font-size: 0.43rem;
}
.fs-44 {
  font-size: 0.44rem;
}
.fs-45 {
  font-size: 0.45rem;
}
.fs-46 {
  font-size: 0.46rem;
}
.fs-47 {
  font-size: 0.47rem;
}
.fs-48 {
  font-size: 0.48rem;
}
.fs-49 {
  font-size: 0.49rem;
}
.fs-50 {
  font-size: 0.5rem;
}
.fs-51 {
  font-size: 0.51rem;
}
.fs-52 {
  font-size: 0.52rem;
}
.fs-53 {
  font-size: 0.53rem;
}
.fs-54 {
  font-size: 0.54rem;
}
.fs-55 {
  font-size: 0.55rem;
}
.fs-56 {
  font-size: 0.56rem;
}
.fs-57 {
  font-size: 0.57rem;
}
.fs-58 {
  font-size: 0.58rem;
}
.fs-59 {
  font-size: 0.59rem;
}
.fs-60 {
  font-size: 0.6rem;
}
.fs-61 {
  font-size: 0.61rem;
}
.fs-62 {
  font-size: 0.62rem;
}
.fs-63 {
  font-size: 0.63rem;
}
.fs-64 {
  font-size: 0.64rem;
}
.fs-65 {
  font-size: 0.65rem;
}
.fs-66 {
  font-size: 0.66rem;
}
.fs-67 {
  font-size: 0.67rem;
}
.fs-68 {
  font-size: 0.68rem;
}
.fs-69 {
  font-size: 0.69rem;
}
.fs-70 {
  font-size: 0.7rem;
}
.fs-71 {
  font-size: 0.71rem;
}
.fs-72 {
  font-size: 0.72rem;
}
.fs-73 {
  font-size: 0.73rem;
}
.fs-74 {
  font-size: 0.74rem;
}
.fs-75 {
  font-size: 0.75rem;
}
.fs-76 {
  font-size: 0.76rem;
}
.fs-77 {
  font-size: 0.77rem;
}
.fs-78 {
  font-size: 0.78rem;
}
.fs-79 {
  font-size: 0.79rem;
}
.fs-80 {
  font-size: 0.8rem;
}
.fs-81 {
  font-size: 0.81rem;
}
.fs-82 {
  font-size: 0.82rem;
}
.fs-83 {
  font-size: 0.83rem;
}
.fs-84 {
  font-size: 0.84rem;
}
.fs-85 {
  font-size: 0.85rem;
}
.fs-86 {
  font-size: 0.86rem;
}
.fs-87 {
  font-size: 0.87rem;
}
.fs-88 {
  font-size: 0.88rem;
}
.fs-89 {
  font-size: 0.89rem;
}
.fs-90 {
  font-size: 0.9rem;
}
.fs-91 {
  font-size: 0.91rem;
}
.fs-92 {
  font-size: 0.92rem;
}
.fs-93 {
  font-size: 0.93rem;
}
.fs-94 {
  font-size: 0.94rem;
}
.fs-95 {
  font-size: 0.95rem;
}
.fs-96 {
  font-size: 0.96rem;
}
.fs-97 {
  font-size: 0.97rem;
}
.fs-98 {
  font-size: 0.98rem;
}
.fs-99 {
  font-size: 0.99rem;
}
.fs-100 {
  font-size: 1rem;
}
.fs-101 {
  font-size: 1.01rem;
}
.fs-102 {
  font-size: 1.02rem;
}
.fs-103 {
  font-size: 1.03rem;
}
.fs-104 {
  font-size: 1.04rem;
}
.fs-105 {
  font-size: 1.05rem;
}
.fs-106 {
  font-size: 1.06rem;
}
.fs-107 {
  font-size: 1.07rem;
}
.fs-108 {
  font-size: 1.08rem;
}
.fs-109 {
  font-size: 1.09rem;
}
.fs-110 {
  font-size: 1.1rem;
}
.fs-111 {
  font-size: 1.11rem;
}
.fs-112 {
  font-size: 1.12rem;
}
.fs-113 {
  font-size: 1.13rem;
}
.fs-114 {
  font-size: 1.14rem;
}
.fs-115 {
  font-size: 1.15rem;
}
.fs-116 {
  font-size: 1.16rem;
}
.fs-117 {
  font-size: 1.17rem;
}
.fs-118 {
  font-size: 1.18rem;
}
.fs-119 {
  font-size: 1.19rem;
}
.fs-120 {
  font-size: 1.2rem;
}
.fs-121 {
  font-size: 1.21rem;
}
.fs-122 {
  font-size: 1.22rem;
}
.fs-123 {
  font-size: 1.23rem;
}
.fs-124 {
  font-size: 1.24rem;
}
.fs-125 {
  font-size: 1.25rem;
}
.fs-126 {
  font-size: 1.26rem;
}
.fs-127 {
  font-size: 1.27rem;
}
.fs-128 {
  font-size: 1.28rem;
}
.fs-129 {
  font-size: 1.29rem;
}
.fs-130 {
  font-size: 1.3rem;
}
.fs-131 {
  font-size: 1.31rem;
}
.fs-132 {
  font-size: 1.32rem;
}
.fs-133 {
  font-size: 1.33rem;
}
.fs-134 {
  font-size: 1.34rem;
}
.fs-135 {
  font-size: 1.35rem;
}
.fs-136 {
  font-size: 1.36rem;
}
.fs-137 {
  font-size: 1.37rem;
}
.fs-138 {
  font-size: 1.38rem;
}
.fs-139 {
  font-size: 1.39rem;
}
.fs-140 {
  font-size: 1.4rem;
}
.fs-141 {
  font-size: 1.41rem;
}
.fs-142 {
  font-size: 1.42rem;
}
.fs-143 {
  font-size: 1.43rem;
}
.fs-144 {
  font-size: 1.44rem;
}
.fs-145 {
  font-size: 1.45rem;
}
.fs-146 {
  font-size: 1.46rem;
}
.fs-147 {
  font-size: 1.47rem;
}
.fs-148 {
  font-size: 1.48rem;
}
.fs-149 {
  font-size: 1.49rem;
}
.fs-150 {
  font-size: 1.5rem;
}
.fs-151 {
  font-size: 1.51rem;
}
.fs-152 {
  font-size: 1.52rem;
}
.fs-153 {
  font-size: 1.53rem;
}
.fs-154 {
  font-size: 1.54rem;
}
.fs-155 {
  font-size: 1.55rem;
}
.fs-156 {
  font-size: 1.56rem;
}
.fs-157 {
  font-size: 1.57rem;
}
.fs-158 {
  font-size: 1.58rem;
}
.fs-159 {
  font-size: 1.59rem;
}
.fs-160 {
  font-size: 1.6rem;
}
.fs-161 {
  font-size: 1.61rem;
}
.fs-162 {
  font-size: 1.62rem;
}
.fs-163 {
  font-size: 1.63rem;
}
.fs-164 {
  font-size: 1.64rem;
}
.fs-165 {
  font-size: 1.65rem;
}
.fs-166 {
  font-size: 1.66rem;
}
.fs-167 {
  font-size: 1.67rem;
}
.fs-168 {
  font-size: 1.68rem;
}
.fs-169 {
  font-size: 1.69rem;
}
.fs-170 {
  font-size: 1.7rem;
}
.fs-171 {
  font-size: 1.71rem;
}
.fs-172 {
  font-size: 1.72rem;
}
.fs-173 {
  font-size: 1.73rem;
}
.fs-174 {
  font-size: 1.74rem;
}
.fs-175 {
  font-size: 1.75rem;
}
.fs-176 {
  font-size: 1.76rem;
}
.fs-177 {
  font-size: 1.77rem;
}
.fs-178 {
  font-size: 1.78rem;
}
.fs-179 {
  font-size: 1.79rem;
}
.fs-180 {
  font-size: 1.8rem;
}
.fs-181 {
  font-size: 1.81rem;
}
.fs-182 {
  font-size: 1.82rem;
}
.fs-183 {
  font-size: 1.83rem;
}
.fs-184 {
  font-size: 1.84rem;
}
.fs-185 {
  font-size: 1.85rem;
}
.fs-186 {
  font-size: 1.86rem;
}
.fs-187 {
  font-size: 1.87rem;
}
.fs-188 {
  font-size: 1.88rem;
}
.fs-189 {
  font-size: 1.89rem;
}
.fs-190 {
  font-size: 1.9rem;
}
.fs-191 {
  font-size: 1.91rem;
}
.fs-192 {
  font-size: 1.92rem;
}
.fs-193 {
  font-size: 1.93rem;
}
.fs-194 {
  font-size: 1.94rem;
}
.fs-195 {
  font-size: 1.95rem;
}
.fs-196 {
  font-size: 1.96rem;
}
.fs-197 {
  font-size: 1.97rem;
}
.fs-198 {
  font-size: 1.98rem;
}
.fs-199 {
  font-size: 1.99rem;
}
.fs-200 {
  font-size: 2rem;
}
.fs-201 {
  font-size: 2.01rem;
}
.fs-202 {
  font-size: 2.02rem;
}
.fs-203 {
  font-size: 2.03rem;
}
.fs-204 {
  font-size: 2.04rem;
}
.fs-205 {
  font-size: 2.05rem;
}
.fs-206 {
  font-size: 2.06rem;
}
.fs-207 {
  font-size: 2.07rem;
}
.fs-208 {
  font-size: 2.08rem;
}
.fs-209 {
  font-size: 2.09rem;
}
/* 遍历动画延迟 */
.swiper_btns {
  width: max-content;
  display: flex;
}
.swiper_btns .iconfont {
  width: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  text-align: center;
  background-color: #cbdaf3;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns .iconfont:hover {
  background-color: var(--themeColor);
}
.swiper_btns .iconfont + .iconfont {
  margin-left: 0.1rem;
}
.page {
  display: table;
}
.page a {
  cursor: default;
  display: inline-block;
  color: #424242;
  height: 25px;
  font-size: 10pt;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
  transition: all 0.5s ease;
  background: transparent;
}
.page a:not(.disabled):not(.current):hover {
  cursor: pointer;
  background: var(--themeColor);
  color: #fff;
}
.page a.current {
  display: inline-block;
  font-size: 10pt;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  cursor: pointer;
  background: var(--themeColor);
  color: #fff;
  border-radius: 4px;
  vertical-align: middle;
}
.page a.disabled {
  display: inline-block;
  font-size: 10pt;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  color: #fff;
  background: rgba(35, 83, 162, 0.2);
  border: 1px solid #ffeeed;
  border-radius: 4px;
  vertical-align: middle;
  cursor: no-drop;
}
/* 分页 */
.pagination {
  display: flex;
}
.pagination li {
  margin-right: 0.1rem;
  border: 0.1rem;
  border: 1px solid #eee;
  display: flex;
}
.pagination a {
  cursor: default;
  display: inline-block;
  color: #424242;
  height: 25px;
  font-size: 10pt;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
  transition: all 0.5s ease;
  background: transparent;
  cursor: pointer;
}
.pagination span {
  cursor: default;
  display: inline-block;
  color: #424242;
  height: 25px;
  font-size: 10pt;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
  transition: all 0.5s ease;
  background: transparent;
  cursor: pointer;
}
.pagination li:not(.disabled):not(.current):hover {
  cursor: pointer;
  background: var(--themeColor);
  color: #fff !important;
}
.page {
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.pagination li:hover > a {
  color: #fff !important;
}
.pagination li.current {
  display: inline-block;
  font-size: 10pt;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  cursor: pointer;
  background: var(--themeColor);
  color: #fff;
  border-radius: 4px;
  vertical-align: middle;
}
.pagination li.disabled {
  background: rgba(35, 83, 162, 0.2);

  cursor: no-drop !important;
}
.pagination li.active {
  background: var(--themeColor);
}
.pagination li.active span {
  color: #fff;
}
.pagination li.disabled span {
  cursor: no-drop !important;
}
/* 顶部导航 */
.header {
  height: 1.84rem;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.header .container .head-t {
  padding-top: 0.29rem;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header .container .head-t .logo {
  width: 2.38rem;
}
.header .container .head-t .logo img {
  width: 100%;
  display: block;
}
.header .container .head-t .right {
  display: flex;
  align-items: center;
}
.header .container .head-t .right .search {
  display: flex;
  align-items: center;
  margin-right: 1.74rem;
}
.header .container .head-t .right .search .search-l {
  width: 4.59rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: 1px solid #999999;
  padding: 0.08rem 0.17rem;
  display: flex;
  align-items: center;
  margin-right: 0.18rem;
}
.header .container .head-t .right .search .search-l img {
  width: 0.24rem;
  display: block;
  margin-right: 0.2rem;
}
.header .container .head-t .right .search .search-l input {
  flex: 1;
  height: 0.36rem;
}
.header .container .head-t .right .search .search-r {
  background: var(--themeColor);
  padding: 0.12rem 0.28rem;
  color: #fff;
  border-radius: 0.25rem;
}
.header .container .head-t .right .right-menu {
  display: flex;
  align-items: center;
}
.header .container .head-t .right .right-menu .email {
  display: flex;
  align-items: center;
}
.header .container .head-t .right .right-menu .email:hover {
  animation: shakeAnimal 800ms ease-in-out;
}
.header .container .head-t .right .right-menu .email img {
  width: 0.32rem;
  display: block;
}
.header .container .head-t .right .right-menu .email a {
  margin-left: 0.06rem;
  color: var(--themeColor);
}
.header .container .head-t .right .right-menu .lang {
  margin-left: 0.4rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--themeColor);
  overflow: hidden;
}
.header .container .head-t .right .right-menu .lang:hover {
  animation: shakeAnimal 800ms ease-in-out;
}
.header .container .head-t .right .right-menu .lang a {
  padding: 0rem 0.1rem;
  background: rgba(35, 83, 162, 0.1);
  color: var(--themeColor);
}
.header .container .head-t .right .right-menu .lang .active {
  background: var(--themeColor);
  color: #fff;
}
.header .container .head-t .right .app_menu_btn {
  width: 50px;
  height: 50px;
  transform: scale(0.7) translateX(50%);
  display: none;
}
.header .container .head-t .right .app_menu_btn span,
.header .container .head-t .right .app_menu_btn::after,
.header .container .head-t .right .app_menu_btn::before {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background: var(--themeColor);
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.header .container .head-t .right .app_menu_btn::after {
  transform-origin: right center;
  top: 25%;
}
.header .container .head-t .right .app_menu_btn::before {
  transform-origin: right center;
  top: 75%;
}
.header .container .head-t .right .app_menu_btn span {
  top: 50%;
}
.header .container .head-t .right .app_menu_btn.active span {
  opacity: 0;
}
.header .container .head-t .right .app_menu_btn.active::after {
  transform: rotate(-46deg);
}
.header .container .head-t .right .app_menu_btn.active::before {
  transform: rotate(46deg);
}
.header .container .head-t .right .app_menu_btn.active + ul {
  left: 0;
}
.header .container .head-t .right ul {
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: var(--themeColor);
  position: fixed;
  z-index: 9999999999;
  top: 90px;
  left: 100%;
  padding: 10px;
  transition: all 0.3s;
}
.header .container .head-t .right ul li {
  text-align: center;
  border-bottom: 1px solid #fff;
}
.header .container .head-t .right ul li.menu > a {
  position: relative;
  display: block;
}
.header .container .head-t .right ul li.menu > a::after,
.header .container .head-t .right ul li.menu > a::before {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #ddd;
  transition: all 0.3s;
}
.header .container .head-t .right ul li.menu > a::after {
  transform: rotate(90deg);
}
.header .container .head-t .right ul li.menu > a.kai::before,
.header .container .head-t .right ul li.menu > a.kai::after {
  transform: rotate(360deg);
}
.header .container .head-t .right ul li .list {
  margin-top: 5px;
  display: none;
}
.header .container .head-t .right ul li .list a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .head-t .right ul li .list a[hot]::after {
  content: "hot";
  color: #fff;
  background-color: red;
  line-height: 1.1;
  font-size: 12px;
  width: 28px;
  text-align: center;
  border-radius: 0 8px 0 8px;
  margin-left: 4px;
}
.header .container .head-t .right ul li a {
  color: #fff;
  line-height: 2;
  padding: 10px 0;
}
.header .container .nav {
  margin-top: 0.45rem;
  display: flex;
  justify-content: center;
}
.header .container .nav .li {
  position: relative;
  margin-left: 0.5rem;
}
.header .container .nav .li:first-child {
  margin-left: 0;
}
.header .container .nav .li a {
  z-index: 2;
  padding-bottom: 0.2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.header .container .nav .li a p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background: var(--themeColor);
  transition: all 0.5s ease;
}
.header .container .nav .li a img {
  opacity: 0;
  transition: all 0.5s ease;
  width: 0.18rem;
}
.header .container .nav .li .menu_warp {
  width: auto;
  position: absolute;
  top: 100%;
  left: -0.2rem;
  display: none;

  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.header .container .nav .li .menu_warp .menu {
  padding: 0.1rem 0;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  position: relative;
}
.header .container .nav .li .menu_warp .menu a,
.header .container .nav .li .menu_warp .menu li {
  padding: 0.1rem 0.22rem;
  background: #fff;
  cursor: pointer;
  color: #000;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.header .container .nav .li .menu_warp .menu a:hover,
.header .container .nav .li .menu_warp .menu li:hover {
  color: #fff;
  background: var(--themeColor);
  pointer: cursor;
}
.header .container .nav .li .menu_warp .menu a:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header .container .nav .li .menu_warp .menu a > ul {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
.header .container .nav .li .menu_warp .menu li {

}
.header .container .nav .li:hover a p::before {
  width: 100%;
}
.header .container .nav .li .hover {
  opacity: 0;
  transition: all 0.5s ease;
  position: relative;
  margin-top: -0.21rem;
  z-index: 1;
  width: 1rem;
}
.header .container .nav .li.active a,
.header .container .nav .li:hover a {
  color: var(--themeColor);
}
.header .container .nav .li.active a img,
.header .container .nav .li:hover a img {
  opacity: 1;
}
.header .container .nav .li.active a p::before,
.header .container .nav .li:hover a p::before {
  width: 100%;
}
/* 底部 */
.footer {
  background: #d9d9d9;
  padding-top: 0.95rem;
}
.footer .container {
  position: relative;
}
.footer .container .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.63rem;
  align-items: flex-start;
}
.footer .container .top .left .logo {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.footer .container .top .left .logo img {
  width: 2.36rem;
}
.footer .container .top .left .item {
  display: flex;
  align-items: center;
}
.footer .container .top .left .item p {
  color: #000;
}
.footer .container .bottom {
  caption-side: #000;
  margin-left: 0.65rem;
}
.footer .container .bottom .img {
  margin-top: 0.13rem;
  display: flex;
}

.footer .container .bottom .img a img {
  width: 0.25rem;
   
}

.footer .container .top .bottom .img a {
  position: relative;

 margin-left: 0.05rem;
 transition: all .5s ease;
}

.footer .container .top .bottom .img a .hover {
  width: 1rem;
  bottom: 105%;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  height: 1rem;
  display: flex;
  align-items: flex-end;
}

.footer .container .top .bottom .img a .hover img {
  width: 100%;
  display: none;
  height: 100% !important;
}
.footer .container .top .right {
  display: flex;
}
.footer .container .top .right .right-t {
  display: flex;
  padding-bottom: 0.27rem;
  border-bottom: 1px solid #bfbfbf;
}
.footer .container .top .right dl {
  margin-left: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.footer .container .top .right dl:nth-child(1) {
  margin-left: 0;
}
.footer .container .top .right dl dt {
  margin-bottom: 20px;
}
.footer .container .top .right dl .img {
  margin-top: 0.12rem;
  width: 1.24rem;
  height: 1.31rem;
  background: url("../image/er_bac.svg");
  background-size: 100% 100%;
}
.footer .container .top .right dl .img img {
  width: 100%;
  height: 100%;
}
.footer .container .top .right dl a {
  color: #000;
  transition: all 0.5s ease;
}
.footer .container .top .right dl a:hover {
  color: var(--themeColor);
}
.footer .container .btmss {
  margin-top: 0.25rem;
}
/* 内页banner */
.page_banner {
  position: relative;
}
.page_banner .bk {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_banner .bk .title {
  text-align: center;
  color: #fff;
}
.page_banner .bk .text {
  text-align: center;
  color: #fff;
}
.page_banner img {
  width: 100%;
}
/* 内页导航 */
.page-nav {
  padding-top: 0.48rem;
}
.page-nav .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-nav .container .menu-l {
  display: flex;
  align-items: center;
}
.page-nav .container .menu-l .content {
  display: flex;
  color: var(--themeColor);
}
.page-nav .container .menu-l .content a {
  color: var(--themeColor);
}
/* 内页菜单 */
.page-menu {
  margin-top: 0.14rem;
}
.page-menu .container {
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  padding: 0.2rem 0;
}
.page-menu .container .item {
  display: flex;
  align-items: center;
  margin-left: 0.45rem;
}
.page-menu .container .item img {
  width: 0.2rem;
}
.page-menu .container .item img:nth-child(2) {
  display: none;
}
.page-menu .container .item:first-child {
  margin-left: 0;
}
.page-menu .container .item .iconfont {
  color: #000;
  transition: all 0.5s ease;
}
.page-menu .container .item p {
  margin-left: 0.08rem;
  position: relative;
  color: #000;
  transition: all 0.5s ease;
}
.page-menu .container .item p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s ease;
  border-bottom: 2px solid var(--themeColor);
}
.page-menu .container .item.active img:nth-child(1),
.page-menu .container .item:hover img:nth-child(1) {
  display: none;
}
.page-menu .container .item.active img:nth-child(2),
.page-menu .container .item:hover img:nth-child(2) {
  display: block;
}
.page-menu .container .item.active .iconfont,
.page-menu .container .item:hover .iconfont {
  color: var(--themeColor);
}
.page-menu .container .item.active p,
.page-menu .container .item:hover p {
  color: var(--themeColor);
}
.page-menu .container .item.active p::before,
.page-menu .container .item:hover p::before {
  width: 100%;
}
/* 内页标题 */
.page-title {
  position: relative;
  display: flex;
  justify-content: center;
}
.page-title h1 {
  font-family: "h_Black";
  color: #e3e3e3;
}
.page-title .content {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
}
.page-title .content img {
  width: 0.303rem;
}
/* 首页 */
.home {
  position: relative;
  /* 首页banner轮播 */
  /* 关于联宜 */
  /* 核心产品 */
  /* 新闻动态 */
  /* 解决方案 */
}
.home .titles {
  display: flex;
  align-items: flex-start;
}
.home .titles img {
  width: 0.303rem;
  display: block;
  margin-right: 0.1rem;
}
.home .titles .left-right {
  flex: 1;
}
.home .titles .left-right .left-t {
  display: flex;
  line-height: 0.3;
  font-family: "Yeseva-One";
}
.home .titles .left-right .left-t span {
  color: #424242;
}
.home .titles .left-right .left-t span span {
  color: rgba(66, 66, 66, 0.5);
}
.home .titles .left-right .left-b {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.home .titles .left-right .left-b P {
  color: #424242;
}
.home .titles .left-right .left-b span {
  margin-left: 0.21rem;
  color: #666666;
}
.home .more {
  display: flex;
  align-items: center;
}

.home .more:hover {
  animation: shakeAnimal 800ms ease-in-out;
}
.home .more .more_left .cril {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: var(--themeColor);
  color: #fff;
  height: 0.3rem;
  width: 0.3rem;
  border-radius: 50%;
  padding-right: 1px;
  font-weight: bold;
  transition: all 0.5s ease;
}
.home .more .more_middle {
  font-weight: bold;
  color: #000;
  transition: all 0.5s ease;
}
.home .more .more_right img {
  margin-left: 4px;
  width: 5px;
}
.home .banner.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  
}
.home .banner.swiper .swiper-slide {
  background: #f5f5f5;
  width: 100%;
  position: relative;
}
.home .banner.swiper .swiper-slide .container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.home .banner.swiper .swiper-slide img {
  width: 100%;
}
.home .banner.swiper .swiper-slide .container .content {
  position: absolute;
  top: 0.22rem;
  right: 2.34rem;
}
.home .banner.swiper .swiper-slide .container .content .detaile {
  display: flex;
  justify-content: flex-start;
}
.home .banner.swiper .swiper-slide .container .content .detaile .main {
  padding: 0.05rem 0.18rem;
  border-radius: 10px;
  background: var(--themeColor);
}
.home .banner.swiper .swiper-slide .container .content .detaile .main p {
  color: #fff;
}
.home .banner.swiper .bottom {
  bottom: 0.8rem;
  left: 0;
  height: 0.38rem;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 100;
}
.home .banner.swiper .bottom .xian {
  width: 100%;
  height: 1px;
  background: #fff;
  display: flex;
}
.home .banner.swiper .bottom .xian1 {
  width: var(--container_margin);
}
.home .banner.swiper .bottom .xian2 {
  flex: 1;
}
.home .banner.swiper .bottom .swiper-pagination {
  position: relative;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
}
.home .banner.swiper .bottom .swiper-pagination span {
  margin-right: 0.3rem;
  width: 6px;
  height: 6px;
  border-radius: 28px;
  transition: all 0.3s;
  background-color: #fff;
  opacity: 1;
  position: relative;
}
.home .banner.swiper .bottom .swiper-pagination span:last-child {
  margin-right: 0;
}
.home
  .banner.swiper
  .bottom
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid #fff;
  border-radius: 0.38rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home
  .banner.swiper
  .bottom
  .swiper-pagination
  span.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 28px;
  transition: all 0.3s;
  background-color: #fff;
}
.home .banner.swiper .bottom .nav {
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
}
.home .banner.swiper .bottom .nav .prev {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home .banner.swiper .bottom .nav .prev img {
  width: 10px;
  height: 8px;
  transform: rotate(90deg);
  display: block;
}
.home .banner.swiper .bottom .nav .prev p {
  margin-left: 0.1rem;
  display: flex;
  color: #fff;
}
.home .banner.swiper .bottom .nav .swiper-scrollbar {
  width: 1.17rem;
  height: 2px;
  margin: 0 0.3rem;
}
.home .banner.swiper .bottom .nav .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
.home .banner.swiper .bottom .nav .next {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.home .banner.swiper .bottom .nav .next img {
  width: 10px;
  height: 8px;
  transform: rotate(270deg);
  display: block;
}
.home .banner.swiper .bottom .nav .next p {
  margin-right: 0.1rem;
  display: flex;
  color: #fff;
}
.home .big-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .big-title .left p {
  display: flex;
  color: #333;
  align-items: flex-end;
  line-height: 30px;
}
.home .big-title .left p span {
  margin-left: 11px;
  line-height: 1;
  color: var(--themeColor);
}
.home .big-title .left .xian {
  margin-top: 0.2rem;
  width: 0.69rem;
  height: 3px;
  background: #333;
}
.home .about {
  padding: 1.29rem 0rem 0rem;
  background: url("../image/Rectangle1593@2x.png");
  box-sizing: border-box;
  background-size: 100%;
}
.home .about .about_main {
  display: flex;
  justify-content: space-between;
}
.home .about .about_main .main-l {
  flex: 1;
}
.home .about .about_main .main-l .content {
  padding-left: var(--container_margin);
  background: rgba(37, 37, 37, 0.5);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .about .about_main .main-l .content p {
  color: #fff;
}
.home .about .about_main .main-l .content span {
  color: #fff;
}
.home .about .about_main .main-r {
  box-sizing: border-box;
  padding: 0.65rem var(--container_margin) 0.65rem 0.52rem;
  width: 9.62rem;
  background-color: #e8e8e8;
}
.home .about .about_main .main-r .content {
  margin-top: 0.52rem;
  margin-bottom: 0.78rem;
}
.home .product {
  padding: 1rem 0 0rem;
}
.home .product .container .product_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .product .container .product_main .nav {
  cursor: pointer;
}
.home .product .container .product_main .nav img {
  width: 15px;
  display: block;
}
.home .product .container .product_main .prev {
  margin-right: 0.2rem;
}
.home .product .container .product_main .next {
  margin-left: 0.2rem;
}
.home .product .container .product_main .swiper {
  flex: 1;
  overflow: hidden;
}
.home .product .container .product_main .swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.home .product .container .product_main .swiper .swiper-slide:hover .content {
  background: var(--themeColor);
}
.home .product .container .product_main .swiper .swiper-slide:hover img {
  transform: scale(1.2);
}
.home .product .container .product_main .swiper .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  transform: scale(1);
}
.home .product .container .product_main .swiper .swiper-slide .content {
  position: absolute;
  box-sizing: border-box;
  padding: 0.17rem 0.36rem;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  transition: all 0.5s ease;
  background: rgba(51, 51, 51, 0.6);
}
.home .product .container .bottom {
  margin-top: 0.22rem;
  display: flex;
  justify-content: center;
}
.home .product .container .bottom .swiper-pagination-bullet-active {
  width: 0.36rem !important;
  background: var(--themeColor) !important;
  border-radius: 5px;
}
.home .product .container .bottom .swiper-pagination-bullet {
  margin-left: 4px;
  width: 0.19rem;
  border-radius: 5px;
}
.home .product .container .bottom .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}
.home .news {
  padding: 0.8rem 0 1.8rem;
}
.home .news .container {
  position: relative;
}
.home .news .main {
  margin-top: 0.6rem;
  display: flex;
}
.home .news .main .main-l {
  flex: 1;
}
.home .news .main .main-r {
  margin-left: 0.86rem;
}
.home .news .main .main-r img {
  width: 7.34rem;
  display: block;
}
.home .news .bottom {
  width: 100%;
  box-sizing: border-box;
  bottom: -1.11rem;
  position: absolute;
  padding-left: 1.12rem;
  padding-right: 1.41rem;
}
.home .news .bottom .content {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 0.3rem;
  padding: 0.54rem 0.86rem 0.46rem 0.86rem;
  background: var(--themeColor);
  border-radius: 0.15rem;
}
.home .news .bottom .content .item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home .news .bottom .content .item img {
  width: 0.32rem;
  display: block;
}
.home .news .bottom .content .item:hover {
  animation: shakeAnimal 800ms ease-in-out;
}

@keyframes shakeAnimal {
  /* 水平抖动，核心代码 */
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(+2px, 0, 0);
  }
  30%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(+4px, 0, 0);
  }
  50% {
    transform: translate3d(-4px, 0, 0);
  }
}

.home .news .bottom .content .item p {
  position: relative;
  margin-left: 0.08rem;
  color: #fff;
  transition: all 0.5s ease;
}
.home .news .bottom .content .item p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
.home .news .bottom .content .item:hover p::before {
  width: 100%;
}
.home .solve .main {
  display: flex;
  height: 6.4rem;
}
.home .solve .main .main-l {
  width: 6.72rem;
  box-sizing: border-box;
  padding-right: 0.97rem;
  padding-top: 0.65rem;
  background: #e8e8e8;
  padding-left: var(--container_margin);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .solve .main .main-l .content {
  padding-left: 0.4rem;
}
.home .solve .main .main-r {
  width: 12.53rem;
  box-sizing: border-box;
  padding-right: var(--container_margin);
  background: url("../image/Group3480@2x.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
  padding-left: 0.42rem;
  padding-top: 0.76rem;
}
.home .solve .main .main-r .content {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 0;
}
.home .solve .main .main-r .content .item {
  height: 2.28rem;
  background: transparent;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.home .solve .main .main-r .content .item img {
  width: 0.5rem;
  display: block;
}
.home .solve .main .main-r .content .item p {
  margin-top: 0.19rem;
  color: #fff;
}
.home .solve .main .main-r .content .item:hover {
  background: rgba(118, 118, 118, 0.5);
}
.home .solve .main .main-r .more {
  padding-left: 1rem;
}
.home .solve .main .main-r .more .more_middle {
  color: #fff;
}
.home .solve .main .main-r .more .more_right {
  display: flex;
  align-items: center;
}
.home .solve .main .main-r .more .more_right svg {
  width: 20px;
  height: 20px;
}
/* 公共banner */
.index-top img {
  width: 100%;
}
/* 关于我们 */
.aboutus {
  padding: 0.6rem 0 1.26rem;
}
.aboutus .main-t {
  margin-bottom: 0.4rem;
}
.aboutus .main-b {
  margin-top: 0.3rem;
}
.aboutus .main-b img {
  width: 100%;
  height: 4rem;
  object-fit: cover;
}
.aboutus .main-b .b-b {
  transform: translate(0, -100%);
  display: flex;
  background: var(--themeColor);
  border-radius: 0.15rem;
  align-items: center;
  padding: 0.55rem 0.6rem 0.46rem 0.6rem;
}
.aboutus .main-b .b-b .b-l {
  width: 5.13rem;
  color: #fff;
  margin-right: 1.13rem;
}
.aboutus .main-b .b-b .content {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 0.3rem;
}
.aboutus .main-b .b-b .content .item {
  display: flex;
  align-items: center;
}
.aboutus .main-b .b-b .content .item img {
  width: 0.32rem;
  display: block;
}
.aboutus .main-b .b-b .content .item p {
  margin-left: 0.08rem;
  color: #fff;
}
.aboutus .about_indexes {
  margin-top: 0.6rem;
  background: #f3f3f3;
  padding: 0.42rem 1.32rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.51rem;
}
.aboutus .about_indexes a {
  color: #000;
  transition: all 0.5s ease;
}
.aboutus .about_indexes a:hover {
  color: var(--themeColor);
}
.aboutus .cooperation {
  margin-top: 0.7rem;
  width: 100%;
}
.aboutus .culture .list .item{
    display: flex;
}
.aboutus .culture .list .item .w_grid{
    display: flex;
    flex-direction: column;
    align-items:  flex-end;
    width: 54.7767%;
    padding:  0.7rem 0.6rem 0.4rem;
}
.aboutus .culture .list .item .w_grid .title{
    font-weight: 700;
}
.aboutus .culture .list .item .w_grid .xian{
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    width: 2.5rem;
    height: 2px;
    background: rgba(140,140,140,1);
}
.aboutus .culture .list .item .w_grid .text p{
    margin-top: 0.05rem;
    text-align: right;
}
.aboutus .culture .list .item .img{
    width: 44.2233%;
    margin-left: 1%;
    clear: none;
}
.aboutus .culture .list .item .img:nth-child(1){
    margin-left: 0;
}
.aboutus .culture .list .item .img img{
    width: 100%;
}
.aboutus .culture .list .item{
    background: rgba(247,247,247,1);
    margin-bottom: 0.4rem;
}
.aboutus .culture .list .item .img:nth-child(1){
    display: block;
}.aboutus .culture .list .item .img:last-child{
    display: none;
}
.aboutus .culture .list .item:nth-child(2n+1) .w_grid{
    align-items: flex-start;
}
.aboutus .culture .list .item:nth-child(2n+1) .w_grid .text P{
    text-align: left;
}
.aboutus .culture .list .item:nth-child(2n+1) .img:nth-child(1){
    display: none;
}
.aboutus .culture .list .item:nth-child(2n+1) .img:last-child{
    display: block;
}
.aboutus .test{
    margin-top: 0.4rem;
    
}
.aboutus .test .list{
   display: grid;
   grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    
}
.aboutus .test .list .item img{
    width: 100%;
}
.aboutus .cooperation .swiper {
  padding-bottom: 0.3rem;
  width: 100%;
  overflow: hidden;
}
.aboutus .cooperation .swiper:last-child {
  padding-bottom: 0;
}
.aboutus .cooperation .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.aboutus .cooperation .swiper .swiper-wrapper .swiper-slide {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.aboutus .cooperation .swiper .swiper-wrapper .swiper-slide img {
  height: 1.48rem;
}
.aboutus .promise .title {
  color: var(--themeColor);
  margin-bottom: 0.16rem;
}
.aboutus .energy{
    margin-top: 0.2rem;
}
.aboutus .energy .energy-main{
  
    margin-bottom: 0.2rem;
}
.aboutus .energy .energy-main .main-t{
    margin-bottom: 0.1rem;
    font-weight: bold;
}
.aboutus .energy .energy-main:nth-child(2n-1) .main-l:nth-child(1){
    display: none;
}
.aboutus .energy .energy-main:nth-child(2n-1) .main-l:nth-child(3){
    display: block;
}
.aboutus .energy .energy-main .main-l:nth-child(1){
    display: block;
}
.aboutus .energy .energy-main .main-l:nth-child(3){
    display: none;
}
.aboutus .energy .energy-main .main-l{
    width: 40%;
    margin-right: 0.5rem;
}
.aboutus .energy .energy-main .main-b{
    display: flex;
    justify-content: space-between;
}
.aboutus .energy .energy-main .main-r{
width: 7rem;
}.aboutus .energy .energy-list{
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
   align-items: flex-start;
}
.aboutus .energy .energy-list .big-title{
    padding: 0.05rem 0.1rem ;
    background: var(--themeColor);
    border-radius: 0.05rem;
    color: #fff;
}
.aboutus .energy .energy-list .list{
    width: 100%;
    margin-top: 0.2rem;
     display: grid;
   grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}
.aboutus .energy .energy-list .list .item{
    border: 1px solid  #eee;
}
.aboutus .energy .energy-list .list .item img{
    width: 100%;
    height: 3rem;
    object-fit: cover;
}
.aboutus .energy .energy-list .list .item .text{
    padding: 0.1rem 0.1rem;
}
/* 产品中心 */
.procudt_center .content {
  display: flex;
  position: relative;
  align-items: flex-start;
  background: #f8f8f8;
}
.procudt_center .content .content-l {
  background: #fff;
  height: 100%;

  width: 5.4rem !important;
  padding: 0 !important;
}
.procudt_center .content .content-l .l-t {
  background: var(--themeColor);
  padding: 0.23rem 0 0.23rem var(--container_margin);
}
.procudt_center .content .content-l .l-t h5 {
  color: #fff;
}
.procudt_center .content .content-l .list {
  padding: 0.2rem 0.26rem 0.2rem var(--container_margin);
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.procudt_center .content .content-l .list .list-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.procudt_center .content .content-l .list .list-t .t-l {
  color: #000;
  transition: all 0.5s ease;
}
.procudt_center .content .content-l .list .list-t .t-r {
  width: 0.14rem;
  height: 0.14rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.procudt_center .content .content-l .list .list-t .t-r::after {
  position: absolute;
  content: "";
  height: 0.02rem;
  width: 0.14rem;
  border-radius: 0.02rem;
  background: #000;
  transition: all 0.5s ease;
  top: 50%;
  transform: translate(0, -50%);
}
.procudt_center .content .content-l .list .list-t .t-r::before {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  height: 0.02rem;
  width: 0.14rem;
  transform: rotate(90deg);
  border-radius: 0.2rem;
  background: #000;
}
.procudt_center .content .content-l .list .list-b {
  display: none;
}
.procudt_center .content .content-l .list .list-b div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.procudt_center .content .content-l .list .list-b a {
  display: flex;
  margin-top: 0.1rem;
  justify-content: flex-start;
  position: relative;
}
.procudt_center .content .content-l .list .list-b a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--themeColor);
  transition: all 0.5s ease;
}
.procudt_center .content .content-l .list .list-b a:hover::before {
  width: 100%;
}
.procudt_center .content .content-l .list .list-b a:hover {
  color: var(--themeColor);
  animation: shakeAnimal 800ms ease-in-out;
}
.procudt_center .content .content-l .active .list-t .t-l {
  color: var(--themeColor);
}
.procudt_center .content .content-l .active .list-t .t-r::before {
  display: none;
}
.procudt_center .content .content-l .active .list-t .t-r::after {
  background: var(--themeColor);
}
.procudt_center .content .content-r {
  padding-bottom: 2.9rem;
  background-color: #f8f8f8;
  flex: 1;
  padding-left: 0.53rem;
  padding-right: var(--container_margin);
}
.procudt_center .content .content-r .big-title {
  padding: 0.32rem 0;
}
.procudt_center .content .content-r .main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.44rem;
}
.procudt_center .content .content-r .main .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.procudt_center .content .content-r .main .list .img {
  width: 100%;
  height: 2.46rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.procudt_center .content .content-r .main .list .img img {
  display: block;
  width: 2.12rem;
  transition: all 0.5s ease;
  transform: scale(1);
}
.procudt_center .content .content-r .main .list p {
  margin-top: 0.1rem;
  display: block;
  color: #333;
  transition: all 0.5s ease;
  position: relative;
}
.procudt_center .content .content-r .main .list p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--themeColor);
  transition: all 0.5s ease;
}
.procudt_center .content .content-r .main .list:hover {
  cursor: pointer;
}
.procudt_center .content .content-r .main .list:hover img {
  transform: scale(1.2);
}
.procudt_center .content .content-r .main .list:hover p {
  color: var(--themeColor);
  animation: shakeAnimal 800ms ease-in-out;
}
.procudt_center .content .content-r .main .list:hover p::before {
  width: 100%;
}
/* 产品分类 */
.production {
  background: #f8f8f8;
}
.production .content {
  display: flex;
}
.production .content .content-l {
  width: 4rem;
  background: #fff;
  padding-left: 0.41rem;
  padding-top: 0.4rem;
  padding-right: 0.4rem;
  padding-bottom: 0.62rem;
  margin-right: 0.36rem;
}
.production .content .content-l .main h5 {
  display: block;
  margin-bottom: 0.85rem;
}
.production .content .content-l .main .list_item {
  margin-bottom: 0.3rem;
}
.production .content .content-l .main .list_item:last-child {
  margin-bottom: 0;
}
.production .content .content-l .details {
  cursor: pointer;
  margin-top: 0.13rem;
  background: var(--themeColor);
  color: #fff;
  padding: 0.1rem 0.18rem;
  border-radius: 0.1rem;
}
.production .content .content-l .main .list {
  position: relative;
}

/*form select {*/
/*	appearance:none;*/
/*	-moz-appearance:none; */
/*	-webkit-appearance:none;  */
/*}*/
.production .content .content-l .main .list option:hover {
  background: transparent !important;
  color: var(--themeColor) !important;
}
.production .content .content-l .main .list .list-t {
  margin-top: 0.1rem;
  cursor: pointer;
  display: flex;
  border: 1px solid #999999;
  border-radius: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.1rem 0.18rem;
  justify-content: space-between;
}
.production .content .content-l .main .list .list-t svg {
  height: 0.2rem;
}
.production .content .content-l .main .list .list-b {
  border: 1px solid #999999;
  display: none;
  transform: translate(0, 0.1rem);
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  z-index: 10;
  box-shadow: 6px 10px 30px 0px rgba(51, 51, 51, 0.06);
}
.production .content .content-l .main .list .list-b .item {
  padding: 0.1rem 0.18rem;
  cursor: pointer;
}
.production .content .content-l .main .list .list-b .item:hover {
  color: var(--themeColor);
}
.production .content .content-r {
  padding-top: 0.8rem;
  flex: 1;
}
.production .content .content-r .main-t {
  margin-bottom: 0.5rem;
  background: #fff;
  display: flex;
  padding: 0.3rem 0.6rem 0.4rem 0.3rem;
}
.production .content .content-r .main-t .img {
  margin-right: 0.5rem;
}
.production .content .content-r .main-t .img img {
  width: 2.04rem;
}
.production .content .content-r .main-t .t-r .title {
  padding-top: 0.19rem;
}
.production .content .content-r .main-t .t-r p {
  margin-top: 0.12rem;
}
.production .content .content-r .main {
  padding-bottom: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.23rem;
}
.production .content .content-r .main a {
  padding: 0 0.34rem 0.39rem 0.34rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 6px 10px 30px 0px rgba(51, 51, 51, 0.06);
}
.production .content .content-r .main a:hover .img img {
  transform: scale(1.2);
}
.production .content .content-r .main a:hover h5 {
  color: var(--themeColor);
  animation: shakeAnimal 800ms ease-in-out;
}
.production .content .content-r .main a:hover h5::before {
  width: 100%;
}
.production .content .content-r .main a .img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 0.2rem;
  padding-bottom: 0.45rem;
}
.production .content .content-r .main a .img img {
  display: block;
  width: 1.6rem;
  transition: all 0.5s ease;
  transform: scale(1);
}
.production .content .content-r .main a .table {
  border-radius: 0.04rem;
  border: 1px solid #333333;
  padding: 0.05rem 0.11rem;
}
.production .content .content-r .main a h5 {
  margin-top: 0.06rem;
  color: #000;
  transition: all 0.5s ease;
  position: relative;
}
.production .content .content-r .main a h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--themeColor);
  transition: all 0.5s ease;
}
.production .content .content-r .main a h4 {
  margin-top: 0.06rem;
}
.production .content .content-r .main a p {
  margin-top: 0.09rem;
}
.production .content .content-r .main a .details {
  margin-top: 0.13rem;
  background: var(--themeColor);
  color: #fff;
  padding: 0.05rem 0.18rem;
  border-radius: 0.1rem;
}
.production .search {
  padding-top: 0.8rem;
}
.production .search .content-l {
  height: 100%;
}
.production .search .content-r {
  padding-top: 0;
}
/* 产品详情 */
.details .main .main-t {
  padding-top: 0.5rem;
}
.details .main .main-t .content {
  margin-top: 0.36rem;
  display: flex;
  align-items: flex-start;
}
.details .main .main-t .content .content-l {
  width: 4rem;
  margin-right: 0.68rem;
}
.details .main .main-t .content .content-l .swiper1 {
  overflow: hidden;
  width: 4rem;
  height: 4rem;
}
.details .main .main-t .content .content-l .swiper1 .swiper-slide {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  border: 1px solid #c2c2c2;
}
.details .main .main-t .content .content-l .swiper1 .swiper-slide img {
  width: 2.58rem;
}
.details .main .main-t .content .content-l .content-b {
  margin-top: 0.18rem;
  display: flex;
  align-items: center;
}
.details .main .main-t .content .content-l .content-b .nav {
  cursor: pointer;
}
.details .main .main-t .content .content-l .content-b .nav img {
  width: 0.1rem;
}
.details .main .main-t .content .content-l .content-b .swiper2 {
  flex: 1;
  overflow: hidden;
}
.details .main .main-t .content .content-l .content-b .swiper2 .swiper-slide {
  height: 1.08rem;
  width: 1.08rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c2c2c2;
  border-radius: 0.1rem;
  box-shadow: 6px 10px 30px 0px rgba(51, 51, 51, 0.06);
}
.details
  .main
  .main-t
  .content
  .content-l
  .content-b
  .swiper2
  .swiper-slide
  img {
  max-width: 0.9rem;
}
.details .main .main-t .content .content-l .content-b .nav-prev {
  margin-right: 0.1rem;
}
.details .main .main-t .content .content-l .content-b .nav-next {
  margin-left: 0.1rem;
}
.details .main .main-t .content .content-m {
  flex: 1;
}
.details .main .main-t .content .content-m .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.details .main .main-t .content .content-m .item p {
  color: #666666;
}
.details .main .main-t .content .content-m .item span {
  color: #666666;
}
.details .main .main-t .content .content-m .item .pdf {
  position: relative;
}
.details .main .main-t .content .content-m .item .pdf::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--themeColor);
  transition: all 0.5s ease;
}
.details .main .main-t .content .content-m .item .pdf:hover {
  color: var(--themeColor);
}
.details .main .main-t .content .content-m .item .pdf:hover::before {
  width: 100%;
  left: 0;
}
.details .main .main-t .content .content-m .item img {
  height: 0.2rem;
  margin-right: 0.2rem;
}
.details .main .main-t .content .content-r {
  background-color: #f3f3f3;
  border-radius: 0.1rem;
  width: 3.54rem;
  box-sizing: border-box;
  margin-left: 1.48rem;
  padding: 0.16rem 0.2rem 0.37rem 0.2rem;
}
.details .main .main-t .content .content-r p {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.details .main .main-t .content .content-r .input {
  height: 0.4rem;
  width: 100%;
  border-radius: 0.06rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 0.16rem;
}
.details .main .main-t .content .content-r .input .img {
  border-radius: 0.06rem;
  background: var(--themeColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.19rem;
}
.details .main .main-t .content .content-r .input .img img {
  width: 0.18rem;
}
.details .main .main-m {
  margin-top: 0.52rem;
  background: #f3f3f3;
}
.details .main .main-m .container {
  display: flex;
}
.details .main .main-m .container .item {
  padding: 0.25rem 0.62rem;
  cursor: pointer;
  color: #000;
  transition: all 0.5s ease;
}
.details .main .main-m .container .item.active {
  background: var(--themeColor);
  color: #fff;
}
.details .main .main-b {
  margin-top: 0.52rem;
}
.details .main .main-b .content {
  display: none;
}
.details .main .main-b .content:nth-child(1) {
  display: block;
}
.details .main .main-b .technology {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.details .main .main-b .technology .list {
  margin-bottom: 0.42rem;
  width: 7.42rem;
}
.details .main .main-b .technology .list:last-child {
  margin-bottom: 0;
}
.details .main .main-b .technology .list .title {
  margin-bottom: 0.07rem;
}
.details .main .main-b .technology .list .list-b .text {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0.07rem 0.28rem 0.06rem 0.09rem;
}
.details .main .main-b .technology .list .list-b .text p {
  position: relative;
  transition: all 0.5s ease;
}
.details .main .main-b .down .technology .list .list-b .text p::before {
  content: "";
  position: absolute;
  width: 0;
  transition: all 0.5s ease;
  height: 2px;
  left: 0;
  bottom: 0;
  background: var(--themeColor);
}
.details .main .main-b .down .technology .list .list-b .text:hover {
  color: var(--themeColor);
}
.details .main .main-b .down .technology .list .list-b .text:hover p::before {
  width: 100%;
}
.details .main .main-b .technology .list .list-b .text:nth-child(2n-1) {
  background-color: #f6f6f6;
}
.details .main .main-b .technology .list .list-b .text img {
  width: 0.22rem;
}
.details .down .technology-l {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.details .main .main-b .content-b {
  display: flex;
  justify-content: center;
  margin-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.details .main .main-b .content-b .download {
  background: var(--themeColor);
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.17rem 1.09rem;
}
.details .main .main-b .content-b .download svg {
  width: 0.24rem;
}
.details .main .main-b .content-b .download p {
  color: #fff;
}
.details .main .main-b .similar {
  padding-bottom: 2.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.23rem;
}
.details .main .main-b .similar a {
  padding: 0 0.34rem 0.39rem 0.34rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 6px 10px 30px 0px rgba(51, 51, 51, 0.06);
}
.details .main .main-b .similar a:hover h5 {
  animation: shakeAnimal 800ms ease-in-out;
  color: var(--themeColor);
}
.details .main .main-b .similar a .img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 0.2rem;
  padding-bottom: 0.45rem;
}
.details .main .main-b .similar a:hover .img img {
  transform: scale(1.2);
}
.details .main .main-b .similar a .img img {
  display: block;
  width: 1.6rem;
  transition: all 0.5s ease;
  transform: scale(1);
}
.details .main .main-b .similar a .table {
  border-radius: 0.04rem;
  border: 1px solid #333333;
  padding: 0.05rem 0.11rem;
}
.details .main .main-b .similar a h5 {
  margin-top: 0.06rem;
  position: relative;
  transition: all 0.5s ease;
}
.details .main .main-b .similar a:hover h5::before {
  width: 100%;
}
.details .main .main-b .similar a h5::before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background: var(--themeColor);
}
.details .main .main-b .similar a h4 {
  margin-top: 0.06rem;
}
.details .main .main-b .similar a p {
  margin-top: 0.09rem;
}
.details .main .main-b .similar a .details {
  margin-top: 0.13rem;
  background: var(--themeColor);
  color: #fff;
  padding: 0.05rem 0.18rem;
  border-radius: 0.1rem;
}
.details .main .main-b .down {
  padding-bottom: 3rem;
}
/* 产品索引 */
.productIndex {
  background-color: #fff;
}
.productIndex .page-nav .content {
  margin-top: 0;
}

/* 服务与合作 */
.service {
  /* 服务承诺 */
  /* 商务合作 */
}
.service .titles {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.service .titles h6 {
  color: rgba(225, 6, 0, 0.02);
}
.service .titles .title {
  bottom: 0.36rem;
  position: absolute;
  color: #e10600;
}
.service #PHILOSOPHY {
  background: url("../image/581@2x.png");
  background-size: 100% 100%;
  padding: 1.3rem 0 2.17rem;
}
.service #PHILOSOPHY .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service #PHILOSOPHY .main img {
  width: 1.57rem;
}
.service #PHILOSOPHY .main .text {
  margin-top: 0.1rem;
  text-align: center;
}
.service #Pledge {
  padding: 0.83rem 0 1.23rem;
}
.service #Pledge .Pledge-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.service #Pledge .Pledge-title h6 {
  color: rgba(225, 6, 0, 0.02);
}
.service #Pledge .Pledge-title .title {
  bottom: 0.36rem;
  position: absolute;
  color: #e10600;
}
.service #Pledge .Pledge-main {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.service #Pledge .Pledge-main .item {
  display: flex;
  background: url("../image/Rectangle1593@3x.png");
  background-size: 100% 100%;
  padding: 0.56rem 0.55rem 0.42rem;
  box-sizing: border-box;
}
.service #Pledge .Pledge-main .item .item_l {
  margin-right: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.68rem;
  height: 2.26rem;
}
.service #Pledge .Pledge-main .item .item_l img {
  height: 100%;
}
.service #Pledge .Pledge-main .item .item_r {
  flex: 1;
}
.service #Pledge .Pledge-main .item .item_r .title {
  text-align: right;
  color: #e10600;
}
.service #Pledge .Pledge-main .item .item_r .list .list-item {
  margin-top: 0.2rem;
  color: #000000;
  position: relative;
}
.service #Pledge .Pledge-main .item .item_r .list .list-item::before {
  top: 0.05rem;
  left: -0.2rem;
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #e10600;
}
.service #SPECIALTY {
  background: url("../image/1203114091@2x.png");
  background-size: 100% 100%;
  padding: 1.54rem 0 1.67rem;
}
.service #SPECIALTY .main {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.3rem;
}
.service #SPECIALTY .main .img {
  background: #fff;
  height: 1.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service #SPECIALTY .main .img img {
  max-height: 0.64rem;
  max-width: 1.66rem;
}
/* 新闻动态 */
.news_center {
  padding: 1.4rem 0;
}
.news_center .titles {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news_center .titles p {
  color: #d1d1d1;
  position: absolute;
  bottom: 0.17rem;
  z-index: 0;
  font-family: "Source-KeynoteartHans-Regular";
}
.news_center .titles .title {
  position: relative;
  z-index: 1;
  color: #333;
}
.news_center .titles .xian {
  height: 2px;
  width: 0.7rem;
  background: #333;
}
.news_center .list {
  cursor: pointer;
  display: flex;
  padding: 0.6rem 0 0.62rem;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
}
.news_center .list .list-l {
  margin-right: 0.38rem;
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
}
.news_center .list .list-l img {
  width: 2rem;
}
.news_center .list .list-m {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_center .list .list-m .title {
  display: flex;
  justify-content: space-between;
}
.news_center .list .list-m .title h1 {
  color: #000;
  transition: all 0.5s ease;
}
.news_center .list:hover .list-m .title h1 {
  color: var(--themeColor);
}
.news_center .nav {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
/* 新闻详情 */
.newsIndex .page-menu {
  height: 0.7rem;
  background: #f9f9f9;
  box-shadow: 0;
}
.newsIndex .container .news_centers {
  padding-top: 1rem;
  padding-bottom: 4.36rem;
}
.newsIndex .container .news_centers .newsIndex-t {
  margin-bottom: 0.52rem;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsIndex .container .news_centers .newsIndex-t .title {
  text-align: center;
}
.newsIndex .container .news_centers .newsIndex-t .date {
  text-align: center;
}
.newsIndex .container .news_centers .newsIndex-b {
  margin-top: 0.76rem;
  padding-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  border-top: rgba(0, 0, 0, 0.1);
}
.newsIndex .container .news_centers .newsIndex-b .b-l .item {
  cursor: pointer;
  display: flex;
}
.newsIndex .container .news_centers .newsIndex-b .b-l .item a {
  color: var(--themeColor);
}
.newsIndex .container .news_centers .newsIndex-b .b-l .item p {
  flex: 1;
}
.newsIndex .container .news_centers .newsIndex-b .b-r .goback {
  cursor: pointer;
  background: var(--themeColor);
  display: flex;
  align-items: center;
  padding: 0.12rem 0.25rem 0.14rem 0.26rem;
}
.newsIndex .container .news_centers .newsIndex-b .b-r .goback p {
  color: #fff;
}
.newsIndex .container .news_centers .newsIndex-b .b-r .goback img {
  margin-left: 0.24rem;
  display: block;
  width: 15.94px;
}
/* 联系我们 */
.contact_us .container {
  padding: 0 2rem;
}
.contact_us .about {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  background: #f8f8f8;
}
.contact_us .about .about-t p {
  text-align: center;
  font-family: "h_Mdeium";
}
.contact_us .about .about-t span {
  display: block;
  text-align: center;
}
.contact_us .about .about-b {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
}
.contact_us .about .about-b .item {
  padding-bottom: 0.5rem;
  padding-top: 0.61rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_us .about .about-b .item img {
  width: 0.4rem;
}
.contact_us .about .about-b .item .title {
  margin-top: 0.22rem;
}
.contact_us .about .about-b .item .item-b {
  margin-top: 0.22rem;
}
.contact_us .about .about-b .item:hover {
  background: #fff;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.06);
}
.contact_us .address {
  position: relative;
  padding-bottom: 0.6rem;
  background: #f8f8f8;
}
.contact_us .address .page-title span {
  position: absolute;
  text-align: center;
  bottom: -0.2rem;
}
.contact_us .address #Map {
  margin-top: 0.72rem;
  width: 100%;
  height: 5.2rem;
  position: relative;
  z-index: 2;
}
.contact_us .address #Map .anchorBL {
  display: none;
}
.contact_us .address .address_bk {
  width: 100%;
  height: 4.5rem;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background: #f3f3f3;
}
.contact_us .contact {
  padding-top: 0.5rem;
  padding-bottom: 1.89rem;
}
.contact_us .contact .main {
  margin-top: 0.5rem;
  display: flex;
}
.contact_us .contact .main .main-l {
  background: url("../image/Group3482@2x.png");
  background-size: 100% 100%;
  width: 3.9rem;
  margin-right: 0.7rem;
}
.contact_us .contact .main .main-r {
  flex: 1;
}
.contact_us .contact .main .main-r .r-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_us .contact .main .main-r .r-t .item {
  width: 2.83rem;
  margin-bottom: 0.5rem;
}
.contact_us .contact .main .main-r .r-t .item .input {
  margin-top: 0.12rem;
  padding: 0.04rem 0.06rem 0.08rem;
  display: flex;
  align-items: center;
  background: #f3f3f3;
}
.contact_us .contact .main .main-r .r-t .item .input img {
  width: 0.38rem;
  margin-right: 0.08rem;
  display: block;
}
.contact_us .contact .main .main-r .r-t .item .input input {
  flex: 1;
}
.contact_us .contact .main .main-r .r-m textarea {
  margin-top: 0.15rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  height: 2.34rem;
  background: #f3f3f3;
}
.contact_us .contact .main .main-r .r-b {
  margin-top: 0.3rem;
  display: flex;
  justify-content: flex-start;
}
.contact_us .contact .main .main-r .r-b .submit {
  cursor: pointer;
  background: var(--themeColor);
  padding: 0.05rem 0.18rem;
  border-radius: 0.1rem;
  color: #fff;
}
.downLoad .content{
    padding: 1rem;
   display: flex;
  
  flex-wrap: wrap;
  justify-content: space-between;
    width: var(--container);
    margin: 0 auto;
}
.downLoad .content .list {
  margin-bottom: 0.42rem;
  width: 6.42rem;
}
.downLoad .content .list:last-child {
  margin-bottom: 0;
}
.downLoad .content .list .title {
  margin-bottom: 0.07rem;
}
.downLoad .content .list .list-b .text {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0.07rem 0.28rem 0.06rem 0.09rem;
}
.downLoad .content .list .list-b .text p {
  position: relative;
  transition: all 0.5s ease;
}
.downLoad .content .list .list-b .text p::before {
  content: "";
  position: absolute;
  width: 0;
  transition: all 0.5s ease;
  height: 2px;
  left: 0;
  bottom: 0;
  background: var(--themeColor);
}
.downLoad .content .list .list-b .text:hover {
  color: var(--themeColor);
}
.downLoad .content .list .list-b .text:hover p::before {
  width: 100%;
}
.downLoad .content .list .list-b .text:nth-child(2n-1) {
  background-color: #f6f6f6;
}
.downLoad .content .list .list-b .text img {
  width: 0.22rem;
}
@media screen and (max-width: 820px) {
  .fs-19,
  .fs-18,
  .fs-17,
  .fs-16,
  .fs-12 {
    font-size: 16px;
  }
  .fs-15 {
    font-size: 15px;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-22 {
    font-size: 20px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-25 {
    font-size: 20px;
  }
  .fs-26 {
    font-size: 22px;
  }
  .fs-30 {
    font-size: 23px;
  }
  .fs-32 {
    font-size: 24px;
  }
  .fs-36 {
    font-size: 25px;
  }
  .fs-40 {
    font-size: 27px;
  }
  .fs-42 {
    font-size: 28px;
  }
  .fs-50 {
    font-size: 30px;
  }
  .fs-64 {
    font-size: 35px;
  }
  .fs-110 {
    font-size: 45px;
  }
  .fs-140 {
    font-size: 50px;
  }
  /* header */
  .header {
    height: 90px;
  }
  .header .container .head-t {
    align-items: flex-start;
  }
  .header .container .head-t .logo {
    width: 4rem;
  }
  .header .container .head-t .right {
    flex-direction: column;
  }
  .header .container .head-t .right .search {
    height: 30px;
    margin-right: 0;
  }
  .header .container .head-t .right .search .search-l {
    height: 100%;
    width: auto;
  }
  .header .container .head-t .right .search .search-l img {
    width: 20px;
  }
  .header .container .head-t .right .search .search-l input {
    height: 100%;
    width: 5rem;
  }
  .header .container .head-t .right .search a {
    line-height: 1;
  }
  .header .container .head-t .right .right-menu {
    margin-top: 0.2rem;
  }
  .header .container .head-t .right .right-menu .email img {
    width: 1rem;
  }
  .header .container .head-t .right .right-menu .email a {
    line-height: 1;
  }
  .header .container .head-t .right .right-menu .lang a {
    line-height: 1;
    padding: 0.2rem;
  }
  .header .container .head-t .right .right-menu .app_menu_btn {
    display: flex;
  }
  .header .container .head-t .right .right-menu ul a {
    display: block;
    font-size: 20px;
  }
  .header .container .nav {
    display: none;
  }
  .page-menu {
    display: none;
  }
  .page_banner {
    height: 300px;
  }
  .page_banner .bk {
    box-sizing: border-box;
    padding: 0 var(--container_margin);
  }
  .page_banner img {
    height: 100%;
    object-fit: cover;
  }
  .titles p {
    bottom: 15px !important;
  }
  /* 首页 */
  .home .titles img {
    width: 20px !important;
  }
  .home .titles .left-right .left-b {
    align-items: flex-start;
  }
  .home .titles .left-right .left-b p {
    white-space: nowrap;
  }
  .home .more .more_left .cril {
    height: 1rem;
    width: 1rem;
  }
  .home .more .more_right img {
    width: 10px;
  }
  .home .more {
    margin-top: 10px;
  }
  .home .banner.swiper {
  }
  .home .banner.swiper .swiper-slide img {
    height: 100%;
  }
  .home .banner.swiper .swiper-slide .container .content {
    display: none;
  }
  .home .about {
    padding: 40px 0.1rem;
  }
  .home .about .about_main {
    flex-direction: column;
  }
  .home .about .about_main .main-l {
    width: 100%;
    height: 250px;
    flex: none;
  }
  .home .about .about_main .main-l .text {
    margin-top: 20px;
    width: 100%;
  }
  .home .about .about_main .main-l .l-b {
    margin-top: 20px;
  }
  .home .about .about_main .main-r {
    width: 100%;
  }
  .home .product .container .big-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .home .product .container .big-title .more {
    margin-top: 20px;
  }
  .home .product .container .product_main .swiper-slide {
    height: auto !important;
  }
  .home .product .container .product_main .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home .product .container .product_main .left .item:last-child {
    margin-bottom: 20px;
  }
  .home .product .container .product_main .table .right {
    margin-top: 20px;
  }
  .home .product .container .product_main .table .right .nav img {
    width: 1rem;
  }
  .home .product .container .product_main .table .right .swiper {
    padding: 1rem 0;
  }
  .home
    .product
    .container
    .product_main
    .table
    .right
    .swiper
    .swiper-wrapper
    .swiper-slide {
    justify-content: center;
  }
  .home
    .product
    .container
    .product_main
    .table
    .right
    .swiper
    .swiper-wrapper
    .swiper-slide
    .list
    .img
    img {
    width: 6rem;
  }
  .home .news .big-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .home .news .big-title .titles .left-right .left-b {
    flex-direction: column;
  }
  .home .news .main {
    flex-direction: column;
  }
  .home .news .main .main-l .content {
    margin-top: 10px;
  }
  .home .news .main .main-r {
    margin-top: 20px;
    margin-left: 0;
  }
  .home .news .main .main-r img {
    width: 100%;
  }
  .home .news .bottom {
    padding: 0;
    position: relative;
    bottom: 0;
  }
  .home .news .bottom .content {
    grid-template-columns: repeat(2, 3fr);
  }
  .home .news .bottom .content .item img {
    width: 20px;
  }
  .home .solve .main {
    height: auto;
    flex-direction: column;
  }
  .home .solve .main .main-l {
    width: 100%;
  }
  .home .solve .main .main-l .content {
    padding-bottom: 10px;
  }
  .home .solve .main .main-r {
    width: 100%;
    background-size: 100% 100%;
  }
  .home .solve .main .main-r .content {
    grid-template-columns: repeat(3, 3fr);
  }
  .home .solve .main .main-r .content .item img {
    width: 20px;
  }
  /* 关于我们 */
  .aboutus .main .about_indexes {
    grid-template-columns: repeat(2, 1fr);
  }
  .aboutus .main .about_indexes a {
    margin-bottom: 10px;
  }
  .aboutus .main .main-b .b-b {
    transform: translate(0, 0);
    flex-direction: column;
  }
  .aboutus .main .main-b .b-b .b-l {
    width: 100%;
    margin-right: 0;
  }
  .aboutus .main .main-b .b-b .content {
    width: 100%;
    grid-template-columns: repeat(2, 3fr);
  }
  .aboutus .main .main-b .b-b .content img {
    width: 20px;
  }
  .aboutus .cooperation {
    margin-top: 20px;
  }
  .aboutus .cooperation .swiper .swiper-wrapper .swiper-slide img {
    height: 3rem;
  }
  .aboutus .energy .energy-main .main-b{
      flex-direction: column;
  }
   .aboutus .energy .energy-main .main-b .main-r{
       width: 100%;
   }
  .aboutus .energy .energy-main .main-b .main-l{
      width: 100%
  }
  .aboutus .energy .energy-main .main-b .main-l img{
      height: auto;
      width: 100%;
  }
  .aboutus .energy .energy-list .list{
      grid-template-columns: repeat(1, 1fr);
  }
  .aboutus .energy .energy-list .list .item img{
      width: 100%;
      height: auto;
  }
  /* 产品中心 */
  .procudt_center .content .content-l {
    position: relative;
    top: 0;
  }
  .procudt_center .content .content-l .list .list-t .t-r {
    width: 14px;
    height: 14px;
  }
  .procudt_center .content .content-l .list .list-t .t-r::before {
    width: 14px;
    height: 2px;
  }
  .procudt_center .content .content-l .list .list-t .t-r::after {
    width: 14px;
    height: 2px;
  }
  .procudt_center .content .content-r .main-t {
    flex-direction: column;
  }
  .procudt_center .content .content-r .main-t .img {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .procudt_center .content .content-r .main-t .img img {
    width: 150px !important;
  }
  .procudt_center .content .content-r .main {
    grid-template-columns: repeat(1, 1fr);
  }
  .procudt_center .content .content-r .main a .img img {
    width: 150px !important;
  }
  .procudt_center .content .content-r .main .list .img {
    height: 200px;
  }
  .procudt_center .content .content-r .main .list .img img {
    max-width: 150px;
  }
  /* 产品 */
  .production .container .page-nav .content {
    flex-direction: row;
  }
  .production .container .content {
    flex-direction: column;
  }
  .production .container .content .content-l {
    width: 100%;
  }
  .production .container .content .content-l .main .list .list-t svg {
    height: 20px;
  }
  .production .container .content .content-r .main-t {
    flex-direction: column;
  }
  .production .container .content .content-r .main-t .img {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .production .container .content .content-r .main-t .img img {
    width: 150px;
  }
  .production .container .content .content-r .main {
    grid-template-columns: repeat(1, 1fr);
  }
  .production .container .content .content-r .main a .img img {
    width: 150px;
  }
  .production .container .content .content-r .main .list .img {
    height: 200px;
  }
  .production .container .content .content-r .main .list .img img {
    max-width: 150px;
  }
  /* 产品详情 */
  .details {
    padding-bottom: 1rem;
  }
  .details .main .main-t .content {
    flex-direction: column;
  }
  .details .main .main-t .content .content-l {
    width: 100%;
  }
  .details .main .main-t .content .content-l .swiper1 {
    width: 100%;
    height: 13rem;
  }
  .details .main .main-t .content .content-l .swiper1 .swiper-slide img {
    width: 80%;
  }
  .details .main .main-t .content .content-l .content-b .swiper2 .swiper-slide {
    height: 4.5rem;
  }
  .details
    .main
    .main-t
    .content
    .content-l
    .content-b
    .swiper2
    .swiper-slide
    img {
    max-width: 80%;
  }
  .details .main .main-t .content .content-l .content-b .nav img {
    width: 20px;
  }
  .details .main .main-t .content .content-m .item img {
    width: 20px;
  }
  .details .main .main-t .content .content-r {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .details .main .main-t .content .content-r .input {
    height: 30px;
  }
  .details .main .main-t .content .content-r .input input {
    flex: 1;
  }
  .details .main .main-b .content-b .download svg {
    width: 20px;
  }
  .details .main .main-t .content .content-r .input .img img {
    width: 20px;
  }
  .details .main .main-m {
    margin-top: 20px;
  }
  .details .main .main-b {
    margin-top: 20px;
  }
  .details .main .main-b .content .technology {
    flex-direction: column;
  }
  .details .main .main-b .content .technology .list {
    width: 100%;
  }
  .details .main .main-b .content .technology .list .list-b .text img {
    width: 20px;
  }
  .details .main .main-b .content .similar {
    grid-template-columns: repeat(1, 1fr);
  }
  .details .main .main-b .content .similar a .img img {
    width: 150px;
  }
  /* 新闻动态 */
  .news_center .container .list {
    flex-direction: column;
  }
  .news_center .container .list .list-l {
    margin: 0;
    padding: 0;
  }
  .news_center .container .list .list-l img {
    width: 100%;
  }
  .news_center .container .list .list-m {
    width: 100%;
  }
  .news_center .container .list .list-m .title {
    flex-direction: column;
  }
  .news_center .container .list .list-r {
    width: 100%;
    border-left: 0;
  }
  /* 新闻详情 */
  .news_centers {
    padding-top: 60px !important;
    min-height: 65vh;
  }
  .news_centers .newsIndex-b {
    flex-direction: column;
    align-items: flex-start;
  }
  .news_centers .newsIndex-b .b-r {
    margin-top: 20px;
  }
  /* 联系我们 */
  .contact_us .container {
    padding: 0;
  }
  .contact_us .about .container .about-b {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_us .about .container .about-b .item img {
    width: 40px;
  }
  .contact_us .address .page-title span {
    position: absolute;
    bottom: -50%;
  }
  .contact_us .address #Map {
    margin-top: 40px;
    height: 10rem;
  }
  .contact_us .contact .container .main .main-l {
    display: none;
  }
  .contact_us .contact .container .main .main-r .r-t {
    flex-direction: column;
  }
  .contact_us .contact .container .main .main-r .r-t .item {
    width: 100%;
  }
  .contact_us .contact .container .main .main-r .r-t .item .input {
    padding: 10px 5px;
  }
  .contact_us .contact .container .main .main-r .r-t .item .input img {
    width: 20px;
  }
  .contact_us .contact .container .main .main-r .r-t .item .input input {
    height: 20px;
  }
  .contact_us .contact .container .main .main-r .r-m textarea {
    height: 6rem;
  }
  /* 岗位投递 */
  .deliver .container .deliver-t {
    display: none;
  }
  .deliver .container .deliver-b .list .list-t {
    display: none;
  }
  .deliver .container .deliver-b .list .moblie {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(58, 125, 255, 0.1);
  }
  .deliver .container .deliver-b .list .moblie .item {
    width: 50%;
  }
  .deliver .container .deliver-b .list .moblie .big {
    width: 100%;
  }

  /* 底部 */
  .footer {
    position: relative;
  }
  .footer .container .top {
    flex-direction: column;
  }
  .footer .container .top .left {
    display: flex;
    flex-direction: column;
  }
  .footer .container .top .left .logo {
    align-items: center;
  }
  .footer .container .top .left .logo img {
    width: 200px;
    height: auto;
  }
  .footer .container .top .left .list {
    width: 100%;
  }
  .footer .container .top .bottom {
    margin-left: 0;
  }
  .footer .container .top .bottom .img a img {
    width: 30px;
  }
  .footer .container .top .right {
    flex-direction: column;
  }
  .footer .container .top .right .right-t {
    display: none;
  }
  .footer .container .btmss {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .container .btmss .gotop {
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer .container .btmss .btmss_r .list {
    align-items: flex-start;
  }
  .footer .container .top .bottom .img a .hover{
      width: 2rem;
      height: 2rem;
  }
    .downLoad .content .list{
        width: 100%;
    }
  .downLoad .content .list .list-b .text img {
  width: 30px;
}
}
